Searched refs:QUAL (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libpp/ |
H A D | ppfsm.c | 186 { COM2, { '#', ';', ')' }, QUAL(COM2), }, 191 { COM3, { '#', ';', ')' }, QUAL(COM2), }, 233 { LIT, { '"', '\'' }, QUAL(LIT1), }, 301 { MAC0, { '"', '\'' }, QUAL(LIT1), }, 312 { HIT0, { '"', '\'' }, QUAL(LIT1), }, 324 { LIT0, { '"', '\'' }, QUAL(LIT1), }, 363 { OCT1, { 'l', 'L', 'u', 'U' }, QUAL(DEC2), }, 372 { OCT2, { 'l', 'L', 'u', 'U' }, QUAL(OCT3), }, 378 { OCT3, { 'l', 'L', 'u', 'U' }, QUAL(OCT3), }, 385 { HEX1, { 'l', 'L', 'u', 'U' }, QUAL(HEX [all...] |
H A D | ppfsm.h | 41 #define QUAL(st) (((st)<<(BITTERM+1))|(S_QUAL)) macro
|
/ast/src/cmd/builtin/ |
H A D | od.c | 151 #define QUAL "ll" macro 153 #define QUAL "l" macro 1507 sfsprintf(state.base, sizeof(state.base), "%%0%d%s%c ", BASE_WIDTH, QUAL, n);
|
Completed in 23 milliseconds