OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:csub
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
80
uschar
csub
; /* CCON, CTEMP, CFLD, etc. */
member in struct:Cell
151
/* Cell subtypes:
csub
*/
185
#define isexit(n) ((n)->
csub
== JEXIT)
186
#define isbreak(n) ((n)->
csub
== JBREAK)
187
#define iscont(n) ((n)->
csub
== JCONT)
188
#define isnext(n) ((n)->
csub
== JNEXT || (n)->
csub
== JNEXTFILE)
189
#define isret(n) ((n)->
csub
== JRET)
196
#define istrue(n) ((n)->
csub
== BTRUE)
197
#define istemp(n) ((n)->
csub
== CTEMP
[
all
...]
parse.c
173
a->
csub
= b;
run.c
43
if (p->ctype == OCELL && (p->
csub
< CUNK || p->
csub
> CFREE)) {
44
WARNING("bad
csub
%d in Cell %d %s",
45
p->
csub
, p->ctype, p->sval);
288
if (t->
csub
== CCOPY) {
291
t->
csub
= CTEMP;
301
t->
csub
= CTEMP;
303
} else if (t == y && t->
csub
== CCOPY) {
304
t->
csub
= CTEMP;
326
y->
csub
= CCOPY; /* prevents freeing until call is over *
[
all
...]
awkgram.y
458
return isvalue(p) && ((Cell *) (p->narg[0]))->
csub
== CCON;
tran.c
225
p->
csub
= CUNK;
/external/tremolo/Tremolo/
floor1.c
308
int
csub
=1<<csubbits;
local
319
int book=info->klass[classv].class_subbook[cval&(
csub
-1)];
Completed in 20 milliseconds