Lines Matching refs:cell
41 \ cell .addr string address
42 \ cell .len string length
44 \ cell module.flag should we load it?
54 \ cell module.next list chain
59 \ cell modules_options pointer to first module information
96 does> create here swap dup @ allot cell+ @ execute
98 : member: create dup , over , + does> cell+ @ + ;
100 : constructor! >body cell+ ! ;
102 : ;constructor postpone ; swap cell+ ! ; immediate
104 : offsetof ' >body cell+ @ state @ if postpone literal then ; immediate
1179 dup cell+ ( addr2 addr1 addr )
1182 dup cell+ ( addr len addr2 addr' )
1194 r@ over cell- @ compar \ a[j-1] > v
1196 cell- \ j--
1197 dup @ over cell+ ! \ a[j] = a[j-1]
1243 dup cell+ 1+ \ 1+ for '\0'
1251 cell+ \ point to string area
1302 dup @ swap cell+ ( len addr n array total len addr' )