Searched refs:notnull (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y125 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
138 IF '(' pattern rparen { $$ = notnull($3); }
171 pattern { $$ = notnull($1); }
201 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
205 { $$ = op2(AND, notnull($1), notnull($3)); }
222 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
224 { $$ = op2(BOR, notnull(
[all...]
H A Dproto.h29 extern Node *notnull(Node *);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c112689 int notnull = 0; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c167746 int notnull = 0; local
[all...]

Completed in 972 milliseconds