Searched refs:ARG_NONE (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/texinfo/intl/ |
| D | printf-parse.c | 120 size_t arg_index = ARG_NONE; in PRINTF_PARSE() 128 dp->width_arg_index = ARG_NONE; in PRINTF_PARSE() 131 dp->precision_arg_index = ARG_NONE; in PRINTF_PARSE() 132 dp->arg_index = ARG_NONE; in PRINTF_PARSE() 227 if (dp->width_arg_index == ARG_NONE) in PRINTF_PARSE() 230 if (dp->width_arg_index == ARG_NONE) in PRINTF_PARSE() 285 if (dp->precision_arg_index == ARG_NONE) in PRINTF_PARSE() 288 if (dp->precision_arg_index == ARG_NONE) in PRINTF_PARSE() 488 if (dp->arg_index == ARG_NONE) in PRINTF_PARSE() 491 if (dp->arg_index == ARG_NONE) in PRINTF_PARSE()
|
| D | vasnprintf.c | 226 if (!(dp->arg_index == ARG_NONE)) in VASNPRINTF() 235 if (!(dp->arg_index != ARG_NONE)) in VASNPRINTF() 283 if (dp->width_arg_index != ARG_NONE) in VASNPRINTF() 305 if (dp->precision_arg_index != ARG_NONE) in VASNPRINTF() 567 if (dp->width_arg_index != ARG_NONE) in VASNPRINTF() 573 if (dp->precision_arg_index != ARG_NONE) in VASNPRINTF()
|
| D | printf-parse.h | 34 #define ARG_NONE (~(size_t)0) macro
|
| D | wprintf-parse.h | 34 #define ARG_NONE (~(size_t)0) macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | alpha-opc.c | 409 #define ARG_NONE { 0 } macro 472 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE }, 473 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE }, 474 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE }, 475 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE }, 476 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE }, 477 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE }, 478 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE }, 479 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }, 480 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE }, [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | alpha-opc.c | 462 #define ARG_NONE { 0 } macro 525 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE }, 526 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE }, 527 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE }, 528 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE }, 529 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE }, 530 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE }, 531 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE }, 532 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE }, 533 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE }, [all …]
|
| /openbsd/src/usr.bin/lex/ |
| D | scanopt.c | 54 #define ARG_NONE 0x01 macro 186 aux->flags = ARG_NONE; in scanopt_init() 207 aux->flags &= ~ARG_NONE; in scanopt_init() 213 aux->flags &= ~(ARG_REQ | ARG_NONE); in scanopt_init() 778 if (auxp->flags & ARG_NONE) { in scanopt()
|