Home
last modified time | relevance | path

Searched refs:SBASE (Results 1 – 3 of 3) sorted by relevance

/minix3/bin/ksh/
H A Dlex.h53 #define SBASE 0 /* outside any lexical constructs */ macro
H A Dlex.c140 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE;
165 || ((state == SBASE || state == SHEREDELIM)
170 case SBASE:
631 state = SBASE;
634 if ((c == '<' || c == '>') && state == SBASE
676 if (wp == dp && state == SBASE) {
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIInstrFormats.td199 bits<7> SBASE;
204 let Inst{14-9} = SBASE{6-1};