Searched refs:printflags (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Src/
H A Dhashtable.c734 printcmdnamnode(HashNode hn, int printflags) argument
738 if (printflags & PRINT_WHENCE_WORD) {
744 if ((printflags & PRINT_WHENCE_CSH) || (printflags & PRINT_WHENCE_SIMPLE)) {
757 if (printflags & PRINT_WHENCE_VERBOSE) {
774 if (printflags & PRINT_LIST) {
907 printshfuncnode(HashNode hn, int printflags) argument
912 if ((printflags & PRINT_NAMEONLY) ||
913 ((printflags & PRINT_WHENCE_SIMPLE) &&
914 !(printflags
1033 printreswdnode(HashNode hn, int printflags) argument
1142 printaliasnode(HashNode hn, int printflags) argument
[all...]
H A Dhashnameddir.c284 printnameddirnode(HashNode hn, int printflags) argument
288 if (printflags & PRINT_NAMEONLY) {
294 if (printflags & PRINT_LIST) {
H A Dbuiltin.c173 printbuiltinnode(HashNode hn, int printflags) argument
177 if (printflags & PRINT_WHENCE_WORD) {
182 if (printflags & PRINT_WHENCE_CSH) {
187 if (printflags & PRINT_WHENCE_VERBOSE) {
2336 int returnval = 0, printflags = 0; local
2388 printflags |= PRINT_TYPESET;
2392 printflags |= PRINT_TYPE;
2394 printflags |= PRINT_NAMEONLY;
2396 scanhashtable(paramtab, 1, on|roff, 0, paramtab->printnode, printflags);
2544 printflags |
3149 int printflags = 0; local
3364 int printflags = 0; local
3553 int printflags = 0; local
[all...]
H A Dparams.c4810 printparamnode(HashNode hn, int printflags) argument
4818 if (printflags & PRINT_TYPESET)
4822 if (printflags & (PRINT_TYPE|PRINT_TYPESET)) {
4835 if (printflags & PRINT_TYPESET) {
4860 if ((printflags & PRINT_NAMEONLY) ||
4861 ((p->node.flags & PM_HIDEVAL) && !(printflags & PRINT_INCLUDEVALUE))) {
4873 if (printflags & PRINT_KV_PAIR)
4875 else if ((printflags & PRINT_TYPESET) &&
4904 if (!(printflags & PRINT_KV_PAIR))
4914 if (!(printflags
[all...]
H A Dmodule.c2384 autoloadscan(HashNode hn, int printflags) argument
2390 if(printflags & PRINT_LIST) {
2994 int printflags = PRINTMOD_LIST|PRINTMOD_FEATURES; local
3000 printflags |= PRINTMOD_LISTALL;
3002 printflags |= PRINTMOD_AUTO;
3004 modulestab->printnode, printflags);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dgetflags.h111 * Bit 15: (1 bit) HIDARG flag - flags hidden args to printflags fn
160 void printflags (
H A Dgetflags.c485 * printflags: Prints list of command options and values to stderr.
491 void printflags
535 fprintf(stderr, "\tillegal option in printflags: %d\n",
486 void printflags function
H A Dcommand.c278 printflags(option_table);
1191 printflags(option_table);
/macosx-10.10.1/objc4-646/
H A Dmarkgc.c156 void printflags(uint32_t flags) { function
166 printflags(flags);
361 printflags(flags);
368 printflags(GCInfo[i].flags);
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompctl.c1359 printcompctl(char *s, Compctl cc, int printflags, int ispat) argument
1369 if (printflags & PRINT_LIST)
1371 else if (printflags & PRINT_TYPE)
1550 printcompctlp(HashNode hn, int printflags) argument
1555 printcompctl(ccp->node.nam, ccp->cc, printflags, 0);
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dzutil.c134 printstylenode(HashNode hn, int printflags) argument
140 if (printflags == ZSLIST_BASIC) {
148 if (printflags == ZSLIST_BASIC)

Completed in 264 milliseconds