Lines Matching refs:dispatch
264 dispatch ("remember internal_variable"); /* Move the inode into the objects memory */ in type_dir___cd()
266 dispatch ("followinode"); /* Go to the inode pointed by this directory entry */ in type_dir___cd()
281 dispatch ("recall internal_variable"); /* Return to the original inode */ in type_dir___cd()
282 dispatch ("dir"); /* and to the directory */ in type_dir___cd()
285 dispatch (temp); /* (which can call ourself or the general cd) */ in type_dir___cd()
292 dispatch ("dir"); /* Yes - Pass to the pointed directory */ in type_dir___cd()
296 dispatch (temp); in type_dir___cd()
365 dispatch ("show"); in type_dir___entry()
406 sprintf (buffer,"setoffset %ld",inode_offset);dispatch (buffer); /* Move to it */ in type_dir___followinode()
407 sprintf (buffer,"settype ext2_inode");dispatch (buffer); /* and set the type to an inode */ in type_dir___followinode()
420 dispatch ("settype ext2_inode"); in type_dir___inode()
495 sprintf (buffer,"entry %ld",file_info.dir_entry_num+offset);dispatch (buffer); in type_dir___next()
512 sprintf (buffer,"entry %ld",file_info.dir_entry_num-offset);dispatch (buffer); in type_dir___prev()