Searched refs:rrow (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dca.c1680 char *row[DB_NUMBER],**rrow=NULL,**irow=NULL; local
1922 rrow=TXT_DB_get_by_index(db->db,DB_name,row);
1923 if (rrow != NULL)
1930 if (rrow == NULL)
1932 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
1933 if (rrow != NULL)
1941 if (rrow != NULL)
1945 if (rrow[DB_type][0] == 'E')
1947 else if (rrow[DB_type][0] == 'R')
1949 else if (rrow[DB_typ
2390 char *row[DB_NUMBER],**rrow,**irow; local
2505 char *row[DB_NUMBER],**rrow; local
2596 char **rrow, *a_tm_s; local
[all...]
H A Docsp.c1109 char *itmp, *row[DB_NUMBER],**rrow; local
1119 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
1121 return rrow;
/macosx-10.10.1/awk-20/src/
H A Dawk.h209 typedef struct rrow { struct
217 } rrow; typedef in typeref:struct:rrow
230 struct rrow re[1]; /* variable: actual size set by calling malloc */
H A Db.c150 if ((f = (fa *) calloc(1, sizeof(fa) + poscnt*sizeof(rrow))) == NULL)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtex.vim380 syn match texMathDelim contained "\\\(left\|right\)arrow\>\|\<\([aA]rrow\|brace\)\=vert\>"

Completed in 206 milliseconds