Home
last modified time | relevance | path

Searched refs:recloc (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/awk/
H A Dlib.c126 if (!(recloc->tval & DONTFREE)) in getrec()
127 xfree(recloc->sval); in getrec()
128 recloc->sval = record; in getrec()
129 recloc->tval = REC | STR | DONTFREE; in getrec()
130 if (is_number(recloc->sval)) { in getrec()
131 recloc->fval = in getrec()
132 atof((const char *)recloc->sval); in getrec()
133 recloc->tval |= NUM; in getrec()
233 if (!(recloc->tval & STR)) in fldbld()
234 (void) getsval(recloc); in fldbld()
[all …]
H A Dtran.c59 Cell *recloc; /* location of record */ variable
80 recloc = getfld(0); in syminit()
81 recloc->nval = (uchar *)"$0"; in syminit()
82 recloc->sval = record; in syminit()
83 recloc->tval = REC|STR|DONTFREE; in syminit()
H A Dparse.c202 return (valtonode(recloc, CFLD)); in rectonode()
H A Dawk.h120 extern Cell *recloc; /* location of input record */
H A Drun.c386 if (!(recloc->tval & DONTFREE)) in getaline()
387 xfree(recloc->sval); in getaline()
391 recloc->sval = record; in getaline()
392 recloc->tval = REC | STR | DONTFREE; in getaline()
/titanic_41/usr/src/cmd/oawk/
H A Dtran.c51 CELL *recloc; /* location of record */ variable
79 recloc = setsymtab(L_record, record, 0.0, STR|FLD, symtab); in syminit()
81 recloc, lookup(L_record, symtab, 0), NULL); in syminit()
203 if (vp == recloc) in setfval()
237 if (vp == recloc) in setsval()
H A Dlib.c141 recloc->tval &= ~NUM; in getrec()
142 recloc->tval |= STR; in getrec()
306 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
307 recloc->tval = STR | FLD; in recbld()
308 dprintf("in recbld FS=%o, recloc=%o\n", **FS, recloc, NULL); in recbld()
H A Dawk.def74 extern CELL *recloc; /* location of input record */
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_mindex.cc739 db_mindex::remove_aux(entryp recloc) in remove_aux() argument
746 db_query * cq = extract_index_values_from_record(recloc); in remove_aux()
763 entry_object *e = table->get_entry(recloc); in remove_aux()
804 comps[i].index_value, recloc); in remove_aux()
809 table->delete_entry(recloc); in remove_aux()
957 entryp recloc = table->add_entry(obj, initialLoad.flag); in add() local
961 table->delete_entry(recloc); in add()
970 table->delete_entry(recloc); in add()
987 comps[i].index_value, recloc); in add()