HomeSort by: relevance | last modified time | path
    Searched refs:notnull (Results 1 - 3 of 3) sorted by relevancy

  /src/external/historical/nawk/dist/
awkgram.y 130 { --inloop; $$ = stat4(FOR, $3, notnull($6), $9, $12); }
143 IF '(' pattern rparen { $$ = notnull($3); }
176 pattern { $$ = notnull($1); }
206 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
208 { $$ = op2(BOR, notnull($1), notnull($3)); }
210 { $$ = op2(AND, notnull($1), notnull($3)); }
228 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
230 { $$ = op2(BOR, notnull($1), notnull($3));
    [all...]
proto.h 29 extern Node *notnull(Node *);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 19270 unsigned notNull :4; /* An OE_ code for handling a NOT NULL constraint */
191129 int notnull = 0; local
    [all...]

Completed in 131 milliseconds