Searched refs:isnull (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/swig-12/Lib/ocaml/
H A Dlibswigocaml.h10 extern oc_bool isnull( void *v );
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Darrays.sh641 unset isnull
642 typeset -A isnull
643 isnull[mdapp]=Y
644 : ${isnull[@]}
645 isnull[mdapp]=N
646 [[ ${isnull[*]} != *N* ]] && err_exit 'bug after ${arr[@]} with one element associative array'
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c870 #define STACK_NULL_CHECK(isnull,id,s) do {\
877 (isnull) = (k->u.null_check.pstr == (s));\
884 #define STACK_NULL_CHECK_REC(isnull,id,s) do {\
893 (isnull) = (k->u.null_check.pstr == (s));\
905 #define STACK_NULL_CHECK_MEMST(isnull,id,s,reg) do {\
913 (isnull) = 0;\
918 (isnull) = 1;\
922 (isnull) = 0; break;\
929 (isnull) = 0; break;\
932 (isnull)
2518 int isnull; local
2553 int isnull; local
2575 int isnull; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dparse.c1569 int oecused = ecused, isnull = 1, r, argc = 0, p, isfunc = 0, sr = 0; local
1609 isnull = 0;
1635 isnull = 0;
1785 isnull = 0;
1789 isnull = 0;
1791 if (isnull && !(sr + nr)) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dstp.vim56 syn keyword stpFunction inttohex isnull lct_admin log log10 lower ltrim max
H A Dsplint.vim44 syn match splintStateAnnot contained "\(pre\|post\):\(only\|shared\|owned\|dependent\|observer\|exposed\|isnull\|notnull\)"
H A Dmysql.vim128 syn region mysqlOperator start="isnull(" end=")" contains=ALL
H A Dsqr.vim181 syn keyword sqrFunction isnull log log10 length lengthb lengthp
H A Dsqlanywhere.vim29 syn keyword sqlFunction count sum avg min max debug_eng isnull
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvtype.c1316 int isnull = nv_isnull(np); local
1361 if(isnull)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1290 "internallength" "intersect" "into" "invoker" "is" "isnull"
1477 "is_srvrolemember" "isdate" "isnull" "isnumeric" "left" "len" "log"
1570 "instr" "interval" "isnull" "last_insert_id" "lcase" "leading"
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19530 int i, j, k, n, isnull; local
19535 isnull = escarg==0;
19536 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19541 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]

Completed in 681 milliseconds